home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_4.zip / GLE_SUR.ZIP / FITZ1.GLE < prev    next >
Text File  |  1991-04-03  |  422b  |  24 lines

  1. size 12 5  ! run SURFACE to create FITZ1.BIG
  2. amove 1 4
  3. set hei .35 font tt
  4. begin table
  5. begin surface
  6.    size 5 5 
  7.    data fitz1.z
  8.    xaxis step 1 hei .2
  9.    yaxis step 1 hei .2
  10.    zaxis step .5 hei .2 
  11.    zaxis min 0 max 2
  12.    points fitz1.dat
  13.    droplines lstyle 1
  14.    marker circle
  15.    view 2.5 3 .3
  16. end surface
  17. end table
  18. amove 7 0
  19. set lwidth .00001
  20. begin origin
  21. box 5 5 
  22. bigfile fitz1.big
  23. end origin
  24.